home *** CD-ROM | disk | FTP | other *** search
/ Jasper Idol Series 1: Taeko Nishino / Jasper Idol Series 1: Taeko Nishino - Disc 2.iso / DATA / PHOTO-T / 00038.ls < prev    next >
Encoding:
Text File  |  1995-06-18  |  839 b   |  35 lines

  1. on CHECKM
  2.   global XXX
  3.   if the soundBusy of 1 = 1 then
  4.     nothing()
  5.   else
  6.     sound playFile 1, XXX
  7.   end if
  8. end
  9.  
  10. on cursorset
  11.   cursor(-1)
  12.   set the cursor of sprite 7 to 280
  13.   set the cursor of sprite 8 to 280
  14.   set the cursor of sprite 9 to 280
  15.   set the cursor of sprite 10 to 280
  16.   set the cursor of sprite 14 to 280
  17.   set the cursor of sprite 15 to 280
  18.   set the cursor of sprite 16 to 280
  19.   set the cursor of sprite 17 to 280
  20. end
  21.  
  22. on cursorset2
  23.   cursor(-1)
  24.   set the cursor of sprite 7 to 280
  25.   set the cursor of sprite 8 to 280
  26.   set the cursor of sprite 9 to 280
  27.   set the cursor of sprite 10 to 280
  28.   set the cursor of sprite 11 to 280
  29.   set the cursor of sprite 12 to 280
  30.   set the cursor of sprite 13 to 280
  31.   set the cursor of sprite 14 to 280
  32.   set the cursor of sprite 15 to 280
  33.   set the cursor of sprite 16 to 280
  34. end
  35.